port new setting code to Sun C 5.8 2005/10/13
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 Aug 2012 23:53:43 +0000 (16:53 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 Aug 2012 23:53:43 +0000 (16:53 -0700)
commit95f33094b3446772cf5dac573450a3c93c652163
tree205d2d3840096cd257a77622ec63f3a84d5977e6
parent120f56247767c99782481841402f4cedc3a58bd0
port new setting code to Sun C 5.8 2005/10/13

* chartab.c, lisp.h (char_table_set, char_table_set_range):
Return void, not Lisp_Object.  Otherwise, the compiler
complains about (A?B:C) where B is void and C is Lisp_Object
when compiling CHAR_TABLE_SET, due to the recent change to
the API of sub_char_table_set_contents.
src/ChangeLog
src/chartab.c
src/lisp.h